C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / C1DataCollectionHub<T> Class / MoveAsync Method
The token that determines whether the calling collection is synchronized.
From index.
To index.

In This Topic
MoveAsync Method (C1DataCollectionHub<T>)
In This Topic
Moves an item from the specified position to the new one.
Syntax
'Declaration
 
Public Function MoveAsync( _
   ByVal eTag As Guid, _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer _
) As Task
 

Parameters

eTag
The token that determines whether the calling collection is synchronized.
fromIndex
From index.
toIndex
To index.
See Also